public DataSet getallInvoiceOrderItem()
        {
            BLL_Invoice obj = new BLL_Invoice();

            return(obj.getallInvoiceOrderItem());
        }
        public List <DAL_CreateInvoice> GetInvoiceCreated()
        {
            BLL_Invoice obj = new BLL_Invoice();

            return(obj.GetInvoiceCreated());
        }