public static SellThing SelectSellInfoBySellNo(string SellNo)
 {
     return(SellService.SelectSellInfoBySellNo(SellNo));
 }