public IList <BankPaymentRequest> GetBankPaymentRequests()
 {
     return(_controller.GetBankPaymentRequests());
 }