public void AddNotification(string message)
 {
     notificationPanel.QueueNotification(message);
 }