@Override
 public RecordingItem getItem(int position) {
   return mDatabase.getItemAt(position);
 }