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