} // AllocationType
@Override
public NewAllocationSelectorController getController() {
if (selectorController == null) {
selectorController = new NewAllocationSelectorController(behaviour);
try {
selectorController.doAfterCompose(this);
} catch (Exception e) {
e.printStackTrace();
}