public StandardTool(VMTool mainTool) : base(mainTool) { var sc = new StandardControl(); sc.Merge += Merge; sc.Split += Split; Control = sc; }