public string GetCountOfPOSuppliers(out List <CustomerEntity> lstCustomers)
        {
            IPaymentFromCustomersDAL psDAL = new PaymentFromCustomersDAL();

            return(psDAL.GetCountOfPOSuppliers(out lstCustomers));
        }