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