public void UpdateLocation(Location location)
 {
     _locationCtrl = new LocationCtrl();
     _locationCtrl.UpdateLocation(location);
 }