public void notifyDataSetChanged() {
   if (parentAdapter != null) {
     parentAdapter.notifyDataSetChanged();
   }
 }