public function arquivarAction()
 {
     $dao = new AnalisarPropostaDAO();
     $post = Zend_Registry::get('post');
     //xd($post);
     AnalisarPropostaDAO::deletePreProjeto($post->idprojeto);
     ///Enviar e-mail informando arquivamento e a justificativa
 }