public function setVotes(\Doctrine\Common\Collections\ArrayCollection $votes)
 {
     $this->__load();
     return parent::setVotes($votes);
 }