/**
  * {@inheritDoc}
  */
 public function removeMarket(\Labs\AdminBundle\Entity\Market $markets)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMarket', array($markets));
     return parent::removeMarket($markets);
 }