public BankPaymentRequestDetail GetBankPaymentRequestDetail(int CPRDId)
 {
     return(_controller.GetBankPaymentRequestDetail(CPRDId));
 }