}
protected void loadContent() {
view.showBusyIndicator(CommonConstants.INSTANCE.Loading());
service.call(getModelSuccessCallback(),
new CommandDrivenErrorCallback(view,
new CommandBuilder().addNoSuchFileException(view,
multiPage,
menus).build()
)).loadContent(versionRecordManager.getCurrentPath());
}