History.newItem("ricordoapp");
}
private void doAnnotCancel(VariableSearch variableSearch) {
History.newItem("annotation");
Presenter presenter = new AnnotationPresenter(rpcService,eventBus, new AnnotationView(), variableSearch);
presenter.go(container);
}