Upon further riview of the previous assignment, you have determined that you can make your application (from week1) more efficient by replacing the arrays with lists.Load emploee information from a text file selected by user into a list collection consisting of Managers and developers. THe format of your text file should be something like this:
First Name, Last Name, Street Address, City,State, Zip, Employee Type (Manager or Developer), Cost Center (0 if developer), supervisor, Tax Type (NA if Manager)