public void AddNotification(string text)
 {
     chat.AddSystemMessage(text, 1);
 }