/**
  * {@inheritDoc}
  */
 public function removeReportingLead(\Vlreleases\UserBundle\Entity\User $reportingLeads)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeReportingLead', array($reportingLeads));
     return parent::removeReportingLead($reportingLeads);
 }