getModel().put("consolidatedCountries", consolidatedCountries);
getModel().put("countriesForNewsFeeds", countriesForNewsFeeds);
getModel().put("countriesForPageViews", countriesForPageViews);
getModel().put("countriesForFileDownloads", countriesForFileDownloads);
return new CountriesView();
}