public TicketType GetTicketTypeById(int id)
 {
     return(ticketTypeRepository.Find(id));
 }