static public void Case4(ref Three node, int key) { FindNull(node, key); }
static public Three Grandparent(ref Three node) => node.parent.parent;