public CountryView(Country country) { this.DisplayCountry = country; }
public CountryDetails(Country Country) { this.Country = Country; }