/**
  * {@inheritDoc}
  */
 public function removeProfessorprofessor(\Professor\Entity\Professor $professorprofessor)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProfessorprofessor', array($professorprofessor));
     return parent::removeProfessorprofessor($professorprofessor);
 }