function index()
 {
     $series = new series();
     $this->registry->template->optSerie = $series->obtenerSelectTodas();
     $series = new series();
     $this->registry->template->seccion = $series->obtenerSeccionInventario();
     $this->registry->template->PATH_WEB = PATH_WEB;
     $this->registry->template->PATH_DOMAIN = PATH_DOMAIN;
     $this->registry->template->PATH_EVENT = "verRpte";
     $this->registry->template->GRID_SW = "true";
     $this->registry->template->PATH_J = "jquery-1.4.1";
     $this->menu = new menu();
     $liMenu = $this->menu->imprimirMenu("rpteExpedientes", $_SESSION['USU_ID']);
     $this->registry->template->men_titulo = $liMenu;
     $this->registry->template->show('headerG');
     $this->registry->template->show('tab_rpteInventarioSeccion.tpl');
     $this->registry->template->show('footer');
 }