public static List <SellThing> SelectThingByName(string Name)
 {
     return(SellService.SelectSellThingByName(Name));
 }