public long getDatabaseSize(Context context) {
   return dbHelper.getDatabaseSize(context);
 }