generateID (parent) {
        this.list[++this.index] = parent;
        this.parentList[this.index] = this.findParents(this.index);
        return this.index;
    }