function index()
 {
     $unidad = new unidad();
     $this->registry->template->uni_id = $unidad->obtenerSelectPorSerie();
     $this->registry->template->ser_id = "";
     $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("rpteMarbetesSecciones", $_SESSION['USU_ID']);
     $this->registry->template->men_titulo = $liMenu;
     $this->registry->template->show('headerG');
     $this->registry->template->show('tab_rpteMarbetesSecciones.tpl');
     $this->registry->template->show('footer');
 }