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