public static void DeleteTicket(int TicketId)
 {
     LoadProviders(); _provider.DeleteTicket(TicketId);
 }