public void UpdateAgreement(AgreementDetailDto entity)
 {
     throw new NotImplementedException();
 }
 public AgreementDetailDto AddAgreement(AgreementDetailDto entity)
 {
     throw new NotImplementedException();
 }