/**
  * {@inheritDoc}
  */
 public function addNotanun(\uni\bundle\marcaBundle\Entity\anuncios $notanun)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addNotanun', array($notanun));
     return parent::addNotanun($notanun);
 }