/**
  * {@inheritDoc}
  */
 public function setEmployeur(\TRC\CoreBundle\Entity\Client\Employeur $employeur = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEmployeur', [$employeur]);
     return parent::setEmployeur($employeur);
 }