protected override async void OnNavigatedTo(NavigationEventArgs e)
        {
            base.OnNavigatedTo(e);
            await HelperMethods.Authenticatoin();

            await TSGGoogleCalendarManager.GetEventList();
        }