public static SellThing SelectSellThingByNo(string No)
 {
     return(SellService.SelectSellThingByNo(No));
 }