//按照ID和时间删除场次
 public static int RemoveShowsByIdByDate(int id, string date, string time)
 {
     return(ShowService.RemoveShowsByIdByDate(id, date, time));
 }