public List <Employee> GetAllEmployees()
 {
     return(repo.GetAllEmployees());
 }