public void Activer(int id)
 {
     _repo.Activer(id);
 }