// Add button command. public void AddCountryCommand() { _dataService.AddActiveCountry(_addCountryItem.GetCountryItem()); }