public int Creer(Abonnement e) { AbonnementService us = new AbonnementService(); return(us.Creer(e.VersClient())); }