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