public Client Ajouter(Client client) { var cli = new ClientSQL(); cli.Ajouter(client); return(client); }