/**
  * {@inheritDoc}
  */
 public function setAgent(\OC\AgentBundle\Entity\Agent $agent = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAgent', array($agent));
     return parent::setAgent($agent);
 }