public static void CreateTicket(Ticket ticket)
 {
     LoadProviders(); _provider.CreateTicket(ticket);
 }