public void Update(Ticket ticket)
 {
     ticketRepo.Update(ticket);
 }