public List <Office> GetAllForOffice(string division)
 {
     return(repo.GetAllForOffice(division));
 }