public List <Employee> GetAllEmployee()
 {
     return(_loginGateway.GetAllEmployee());
 }