public static TicketCollection GetTicketsByAssignment(string user) { LoadProviders(); return(_provider.GetTicketsByAssignment(user)); }