public function addHashTag(\Civix\CoreBundle\Entity\HashTag $hashTags)
 {
     $this->__load();
     return parent::addHashTag($hashTags);
 }