private void LoadAppSettings()
        {
            var appPref = new AppPreferences();

            AppSettings.ShowWalkTroutPage = appPref.GetShowWalkThroughPageValue();
        }