public BubbleItem(string text) { Bubble = new Bubble(text); }
public BubbleItem(Bubble bubble) { Bubble = bubble; }