/// <summary> /// Shows the next notification. /// </summary> protected void ShowNextNotification() { var notification = MenuData.Notifications.GetNextNotification(); if (notification != null) { NotificationView.ShowNotification(notification); } }