public ICollection <AgreementModel> GetAgreements() { return(_agreementRepository.GetAgreements()); }