public OrganizationLocation GetLocationsById(int orgId, int locationId) { return(OrganizationDal.GetLocationsById(orgId, locationId)); }