public object AgencyGetAllAgenciesNotVisitedInLast2Month(User user) { return(AgencyRepository.AgencyGetAllAgenciesNotVisitedInLast2Month(user)); }