public void rebuildAndNotify() {
   rebuildSections();
   notifyDataSetChanged();
 }