/**
  * {@inheritDoc}
  */
 public function removeGallery(\multimediaBundle\Entity\Gallery $gallery)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeGallery', array($gallery));
     return parent::removeGallery($gallery);
 }