public void Controllo(Utente utente)
 {
     _ = utente.Nome ?? throw new ExceptionCustom("L'utente non è nel database");
 }