static function setVote_post($post_id, $username)
 {
     DAL::setVote_post($post_id, $username);
 }