public OperationRunner newRunner() {
DeployGate deployGate = new InterchangeDeployFacade(view).newDeployGate();
EntityPersistor operationSaver = getOperationSaver();
OperationRunnerPreConditions preConditions = new OperationRunnerPreConditions(deployGate, operationSaver);
preConditions.setTextToShowIfNotRunnable("Not allowed");
return new DefaultOperationRunner(preConditions);
}