close_destroy_dialogue: function() {
            if (this._dialogue) {
                this._dialogue.close();
                this._dialogue = null;
            }