public function setNeighborhoodVotes($neighborhoodVotes)
 {
     $this->__load();
     return parent::setNeighborhoodVotes($neighborhoodVotes);
 }