function guardar() { @session_start(); $rol = new Rol(); $rol->new_role(); $this->listar(); //header('Location: module_list.php'); }