}
private void doCompAppEvent(){
History.newItem(COMPOSITE_PAGE,false);
Presenter presenter = new CompositePresenter(rpcService,eventBus, new CompositeView());
presenter.go(container);
}
private void doAnnotAppEvent(){
History.newItem("annotation",false);
Presenter presenter = new AnnotationPresenter(rpcService,eventBus, new AnnotationView());