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