public void RemoveText(Text text) { _items.Remove(text); }
public void AddText(Text text) { _items.Add(text); }