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