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