public void DeleteAgreement()
 {
     logger.Log("Call DeleteAgreement for recordId: " + RecordView.Id);
     presenter.DeleteAgreement();
 }