public void ExporterListClient() { //Appel de la methode List <Client> listCli = Contexte.GetClientsCoordonnees(); Contexte.ExporterXml(listCli); }