public static int InsertSellThing(SellThing st)
 {
     return(SellService.InsertSellThing(st));
 }