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