public List <Department> ListDepartment(int hospitalId)
 {
     return(manager.Department(hospitalId));
 }