/**
* Creates a new {@code CityModel} instance, adds it to the
* {@code ModelManager} and connects the number models to this new instance.
*/
private void createCity() {
CityModel city = new CityModel();
ModelManager modelManager = ModelManager.getInstance();
modelManager.addModelElement(city);
carPersonRelationModel.clear();
carPersonRelationModel.add(city);