public function newVote()
 {
     $vote = new Vote();
     $vote->post()->associate($this);
     return $vote;
 }