public function deleteNoticiaAction()
 {
     $id = $this->_getParam('id', 0);
     $noticia = new Application_Model_DbTable_Noticia();
     $this->view->noticia = $noticia->getNoticia($id);
 }