Its a Window Form Application where i have created a linked list. one of my functions is a search function, it accepts an argument from the user and searches the linked list based on the input and outputs everything in the Nod releated to it(Nod contains FirstName, LastName,Telephone) outputs it in a DataGridView on a form. Its a Window Form Application where i have crea