public bool Modifier(int id, Abonnement e) { AbonnementService us = new AbonnementService(); return(us.Modifier(id, e.VersClient())); }