public DataTable LoadLocationsForAgreement(int agreementID, int jobroleID, string facilityCode) { return(_AgreementRepository.LoadLocationsForAgreement(agreementID, jobroleID, facilityCode)); }