@Override
 protected void onDestroy() {
   super.onDestroy();
   dbAdapter.close();
 }