public bool Supprimer(int id) { AbonnementService rs = new AbonnementService(); return(rs.Supprimer(id)); }