action = new SaveAction(this);
registry.registerAction(action);
getPropertyActions().add(action.getId());
registry.registerAction(new PrintAction(this));
action = new CopyRecordAction(this);
registry.registerAction(action);
getSelectionActions().add(action.getId());