public PaymentFromCustomerForm GetPaymentToSupplierDetails(string cashChequeNo)
        {
            IPaymentFromCustomersDAL psDAL = new PaymentFromCustomersDAL();

            return(psDAL.GetPaymentFromCustomerDetails(cashChequeNo));
        }