public function setOwner(\Civix\CoreBundle\Entity\User $owner = NULL)
 {
     $this->__load();
     return parent::setOwner($owner);
 }