public function index()
 {
     $seccion = new Seccion();
     $this->titulo = "Control de Secciones";
     $this->secciones = $seccion->getSecciones();
 }