public GETLOCATIONList()
        {
            this.InitializeComponent();
            _navigationHelper = new NavigationHelper(this);

            GETLOCATIONModel = new GETLOCATIONViewModel();

            SizeChanged += OnSizeChanged;
        }
        public GETLOCATIONDetail()
        {
            this.InitializeComponent();
            _navigationHelper = new NavigationHelper(this);

            GETLOCATIONModel = new GETLOCATIONViewModel();

            ApplicationView.GetForCurrentView().
            SetDesiredBoundsMode(ApplicationViewBoundsMode.UseVisible);
        }