public function mattRolesAction()
 {
     $opciones = $this->getRequest()->getSession()->get('opciones');
     $rolDao = new RolDao($this->getDoctrine());
     $roles = $rolDao->getRoles();
     return $this->render('MinSalSCAAdminBundle:Roles:manttRolesSystemForm.html.twig', array('roles' => $roles, 'opciones' => $opciones));
 }