private bool CanCloseTicket(string arg)
 {
     return(SelectedTicket != Ticket.Empty && SelectedTicket.CanCloseTicket());
 }