public IEnumerable <Employee> Display()
 {
     return(dataAccess.EmployeeList());
 }