public void SendMessage(MessageManager noticer, string text) { noticer.AddOutputMessage(new Message(this, text)); }