public static TicketQueueCollection GetAllQueues()
 {
     LoadProviders(); return(_provider.GetAllQueues());
 }