/**
  * {@inheritDoc}
  */
 public function setOwner(\AppBundle\Entity\User $owner = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setOwner', [$owner]);
     return parent::setOwner($owner);
 }