public DataTable LoadDivisionAgreements(int divisionID) { return(_AgreementRepository.LoadDivisionAgreements(divisionID)); }