public static int DeleteSellThing(string roomNo, string time)
 {
     return(SellService.DeleteSellThing(roomNo, time));
 }