public function addParsedChild(\Cx\Core\ContentManager\Model\Entity\Node $child)
 {
     $this->_load();
     return parent::addParsedChild($child);
 }