public Department[] GetAllDepartments()
 {
     return(dbLayer.GetAllDepartments());
 }