public function noticiasAction()
 {
     $noticia = new Application_Model_DbTable_Noticia();
     $listaNoticias = $noticia->getNoticias(1);
     //busca noticias
     $this->view->listaNoticias = $listaNoticias;
 }