mav.addObject(Constant.GRUPPO, gruppo);
mav.addObject(Constant.UTENTI_GRUPPO, utentiManager.getUtentiGruppo(gruppo.getIdCentro(), id));
mav.addObject(Constant.UTENTI_LIBERI, utentiManager.getUtentiCentroLiberi(gruppo.getIdCentro()));
return mav;
} else {
throw new GruppoNonTrovatoException();
}
}