public function removeAnswer(\Civix\CoreBundle\Entity\Micropetitions\Answer $answers)
 {
     $this->__load();
     return parent::removeAnswer($answers);
 }