trending = new SortButton("Trending", "trending", model);
byName = new SortButton("Name", "sortBy=name", model);
byFreeSlots = new SortButton("Free Slots", "sortBy=freeslots", false, model);
byPlayers = new SortButton("Players Online", "sortBy=players", false, model);
//byPing = new SortButton("Ping", "sortBy=ping", model);
random = new RandomButton(model);
hasPlayers = new FilterButton("Has Players", "hasplayers", model);
notFull = new FilterButton("Not Full", "notfull", model);
accessType = new AccessTypeFilter(model);
search = new SearchField(model);
buttonCountry = new CountryButton();