public PaymentFromCustomerForm GetNewPS(int?SupplierID)
        {
            IPaymentFromCustomersDAL psDAL = new PaymentFromCustomersDAL();

            return(psDAL.GetNewPS(SupplierID));
        }