public function editar(Vo_Post $voPost)
 {
     $this->validarCampos($voPost);
     $dao = new Dao_Post();
     $dao->update($voPost);
 }