protected void initUndoSelectionStrategy() {
AbstractSelectionStrategy preLayoutSelection = new SelectEditedEntities(this);
preLayoutSelection.initSelection();
setPreLayoutSelectionStrategy(preLayoutSelection);
setPostLayoutSelectionStrategy(new NopSelectionStrategy(this));
}