public void Delete(int?id)
 {
     ticketRepo.Delete(id);
 }