@Override
 public void onDestroy() {
   super.onDestroy();
   mAdaptador.unregisterAdapterDataObserver(mObservador);
   mAdaptador.cleanup();
 }