public static boolean update(PrenotazioneOggetto model) throws SQLException, Exception {
   if (!model.getCodicePrenotazione().matches("000000")) {
     PrenotazioneManager.update(model);
     return PrenotazioneOggettoDto.update(JndiName.dbTakaloa, model);
   }
   return false;
 }