public void ShowToast()
        {
            ToastContent content = ToastService.GenerateToastContent();

            ToastNotificationManager.CreateToastNotifier().Show(new ToastNotification(content.GetXml()));
        }