public void CountryAction(Country c) { CountryView country = new CountryView(c); country.Display(); }
public CountryView(Country Country) { DisplayCountry = Country; }
public CountryController(Country CountryView) { }