public bool Detruire(int id)
        {
            return(_rep.Detruire(id));

            throw new NotImplementedException();
        }