private void constructor() { //ID = ComponentsManager.GetFreeID(); Logics = new Logics.EmptyLogics(); Graphics = new Graphics.EmptyGraphics(); Graphics.parent = this; Logics.parent = this; Graphics.Visible = false; ToolTip = null; }