}
private void doAnnotAppEvent(){
History.newItem("annotation",false);
Presenter presenter = new AnnotationPresenter(rpcService,eventBus, new AnnotationView());
presenter.go(container);
}
private void doVariableSelect(VariableSearch variableSearch) {
History.newItem(VARANNOT_PAGE, false);
Presenter presenter = new AnnotVariablePresenter(rpcService, eventBus, new AnnotVariableView(), variableSearch);