@Override
 protected void notifyDataSetChanged() {
   super.notifyDataSetChanged();
   invalidateOptionsMenu();
 }