public PersonViewModel(Activity1 parent)
        {
            _parent = parent;

            var location = Mvx.Resolve<IMvxGeoLocationWatcher>();
            location.Start(new MvxGeoLocationOptions(), OnSuccess, OnError);
        }