_SetParent
node->_SetParent(NULL);
child->_SetParent(NULL);
node->_SetParent(this);
void _SetParent(Directory* parent);