public int AddNewInvoice(List <OrderInvoiceEntity> ent)
        {
            AddSerialDL productdal = new AddSerialDL();

            return(productdal.AddNewInvoice(ent));
        }