public List <PayMoneyListEntity> GetAllSalesInvoice()
        {
            IPayMoneyListBL           pandsSoldBL = new PayMoneyListBL();
            List <PayMoneyListEntity> Invoicelist = pandsSoldBL.GetAllSalesInvoice();

            return(Invoicelist);
        }
        public List <PayMoneyListEntity> GetPayMoneyList()
        {
            IPayMoneyListBL pandsSoldBL = new PayMoneyListBL();

            return(pandsSoldBL.GetAllSalesInvoice());
        }