protected void AddTool(DrawingTool tool) { OnAddTool(tool); DrawingTools.Add(tool); tool.OnAdded(); }