if(!this.root) {
            if(this.parent) {
                this.root = parent.root;
            }
            else {