public void setModel(Object model) {
   this.model = model;
   rewardsItemStoreListPresenter.bind();
 }