public MainPage()
        {
            InitializeComponent();

            LoadMainForm();
            ShoppingSmash();
            SaveOrLoad.ALoadedGame(false);
            Game.DefaultSmash();
            PointSystem.ResetScore();
            if (CrossConnectivity.Current.IsConnected)
            {
                AutomaticLogIn();
            }
            Flow.ResetRound();
            Flow.DidTheGameStart(false);
            BGMusics.Menu_BGM().Play();
        }