/** @param module */
 public void registerModule(IModule<Container> module) {
   this.owner = module;
   ControlElement popUpController =
       PopUpRegister.registerPopups(
           module.getApplicationContainer(), this, owner, null, new PopupListener());
   popup = (PopUpMenu) popUpController.getView();
 }