public bool CheckTicketID(int id)
 {
     return(d.CheckTicketID(id));
 }