public int bookTickets(int rid, int hid, DateTime dateTime, int seat)
 {
     return(dao.booKTickets(rid, hid, dateTime, seat));
 }