private void initVar() { adapter = FoodListAdapter.createInstance(presenter); }
private void initData() { adapter.refreshData(); }