C# LINQ

Order Description

Upon further review of the previous assignment you have determined that you can make your application (form Week 2) more efficient by adding LINQ search functionality.

You application will need to implement ALL requirements from the Week 2 assignment.The next requirements are in addition to the Week2 requirements. 

1. You will add elements (textboxes to the UI, drop down list etc.) to allow the user to search the List Collection for First Name, Last Name and Address.

2. You will implement LINQ queries in the code to provide the search capacilitiea Listed in Item 6.

The following requirements detail the critical elements that will determine the grading criteria for your submission.

    >The application should compile and run successfully.

    >The application should implement ALL elements from week 2 assignment.

    >The application should implement LINQ queries to provide search capabilities for the List collection.