@Override
 protected void onPause() {
   super.onPause();
   LocationService.turnOffLocationUpdates(this.getApplicationContext(), this);
 }