public void remove(Country country) {
   persistence.remove(country);
 }