public IEnumerable <Personne> DonnerEnfants(int id) { return(_rep.DonnerEnfants(id).Select(j => j.VersClient())); throw new NotImplementedException(); }