private FileChooser fileChooser;
public OperationSourceDataRunner(InterchangeView view, OperationWrapperNode opNode) {
this.view = view;
this.opNode = opNode;
fileStore = new PreferencesFileStore(new PreferencesKey(RunOperationWithSourceDataAction.class, "File"), 1);
}