public int InsertPicture(PictureEntity entity)
 {
     return(picobj.Insert(entity));
 }