deleteTHead() {
        let tHead = this.tHead;

        if (tHead !== null) {
            this.removeChild(tHead);