nation);
constructCity.execute();
SetPopulation setPopulation
= new SetPopulation(new Coordinate(x, y), 1000);
setPopulation.execute();
SetFieldRuledByCity change
= new SetFieldRuledByCity(new Coordinate(x, y),
constructCity.getCity(), false);
change.execute();