new PageSetupController(home, preferences, viewFactory, undoableEditSupport).getView();
new PrintPreviewController(home, preferences, homeController, viewFactory).getView();
new UserPreferencesController(preferences, viewFactory, contentManager).getView();
new HomeFurnitureController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new WallController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new RoomController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new LabelController(home, preferences, viewFactory, undoableEditSupport).getView();
new CompassController(home, preferences, viewFactory, undoableEditSupport).getView();
new Home3DAttributesController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new PhotoController(home, preferences, homeController.getHomeController3D().getView(), viewFactory, contentManager).getView();
new VideoController(home, preferences, viewFactory, contentManager).getView();