public function getAll()
 {
     $modelo = new Application_Model_DbTable_CartaProductos();
     $this->view->menus = $modelo->listarmenus();
 }