public Personne DonnerPere(int id)
        {
            return(_rep.DonnerPere(id).VersClient());

            throw new NotImplementedException();
        }