internal void CancelRepayment(Repayment repaymentItem)
 {
     repaymentItem.Cancel();
     this.SubmitChanges();
 }