public static void load(PrenotazioneOggetto model, String id, boolean forceReload)
     throws SQLException, Exception {
   if (!model.getCodicePrenotazioneOggetto().matches(id) || forceReload == true) {
     PrenotazioneOggettoDto.load(model, JndiName.dbTakaloa, id);
   }
 }