public void stopRecording() {
   LocationController cont = LocationController.getInstance(this.context);
   cont.stopListening();
   cont.removeBestLocationListener(this);
 }