public int AddImageUpload(ImageUpload ent) { AddSerialDL productdal = new AddSerialDL(); return(productdal.AddImageUpload(ent)); }