add(controller.getButton());
editController = new EditController(model, images, "header-author-edit");
final Surface surface = model.getSelectedSurface();
surface.addObserver(this);
attachTitleView(images, surface);
add(new LoginInfoView(model.getCurrentAuthor(), model.getLogoutUrl()));
model.addDataObserver(this);
}