public int AddOrderSpec(List <OrderSpecEntity> ent) { AddSerialDL productdal = new AddSerialDL(); return(productdal.AddOrderSpec(ent)); }