/**
  * {@inheritDoc}
  */
 public function removeMovie(\PIOTR\UserBundle\Entity\Movie $movie)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMovie', array($movie));
     return parent::removeMovie($movie);
 }