public function setFollowing(\Civix\CoreBundle\Entity\User $following)
 {
     $this->__load();
     return parent::setFollowing($following);
 }