//Supprimer type communication
 public static void supprimerTypeEntrevue(int id)
 {
     RequeteInformation.supprimerTypeEntrevue(id);
 }