public void LoadAll()
 {
     CountryLoader.LoadAll();
     Assert.NotEmpty(CountryLoader.LoadedLocationData);
 }