//Supprimer interet
 public static void supprimerInteret(int idInteret)
 {
     RequeteInformation.supprimerInteret(idInteret);
 }