public void Display(Speaker above, string text) { Above = above; Text.text = text; above.RegisterBubble(this); }