destroyRoot : function(){
        if(this.root && this.root.destroy){
            this.root.destroy(true);
        }
    }