public int UpdatePaymentToSupplier(PaymentFromCustomerForm psForm)
        {
            IPaymentFromCustomersDAL psDAL = new PaymentFromCustomersDAL();

            return(psDAL.UpdatePaymentToSupplier(psForm));
        }