public IEnumerable <KeyValuePair <string, string> > GetCountyOfClientResidenceByAgencyIdForReport(int AgencyId) { return(LookupDAL.GetCountyOfClientResidenceByAgencyIdForReport(AgencyId)); }