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