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