public IList <CashPaymentRequest> ListPaymentApprovalProgress()
 {
     return(_controller.GetCashPaymentsInProgress());
 }