//Supprimer type stage
 public static void supprimerTypeStage(int idTypeStage)
 {
     RequeteInformation.supprimerTypeStage(idTypeStage);
 }