closeAsChild: function() {
        if (this.childView && this.childView.closeAsChild) {
            this.childView.closeAsChild();
        }