/* TODO: For each viewmodel, add a public property with a private setter like this:
         * public _VIEWNAME_ViewModel _VIEWNAME_ViewModel { get; private set; }
         * DO NOT REMOVE this comment; the New-View and New-ViewModel commands use this to add the above code automatically (see http://github.com/MacawNL/QuickCross#new-viewmodel). */

        public void ReturnToPreviousView()
        {
            RunOnUIThread(() => _navigator.NavigateToPreviousView());
        }