private void OnSelectTicketType(TicketType obj)
 {
     obj.PublishEvent(EventTopicNames.TicketTypeSelected, true);
 }