public static void Notify(NotificationType type, string message) { var newNotification = new Notification { Type = type, Message = message }; SessionManager.ListOfNotifications.Add(newNotification); }