fun addChild(node: TreeNode): TreeNode
Add a child node to the current node, if the node does not exists in the list.
node - tree node instance
node
Return the node that was added or the available node