public IQueryOver <Agency, Agency> AgencyGetAllByRole(Role role)
 {
     return(AgencyRepository.AgencyGetAllByRole(role));
 }