public void refreshPostView() {
   postView.initialize(selectedCategory);
   postView.refreshPostViewGrid();
 }