public function removeRate(\Civix\CoreBundle\Entity\Poll\CommentRate $rates)
 {
     $this->__load();
     return parent::removeRate($rates);
 }