public function addChildrenComment(\Civix\CoreBundle\Entity\BaseComment $childrenComments)
 {
     $this->__load();
     return parent::addChildrenComment($childrenComments);
 }