show () {
        this.options.shown = true;
        this.fire(new BaseEvent(Container.events.show, this));
        return this;
    }