public Employee[] GetAllEmployees()
 {
     return(dbLayer.GetAllEmployees());
 }