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