private void constructor() { ID = ComponentsManager.GetFreeID(); Logics = new Logics.JointLogics(); Graphics = new Graphics.JointGraphics(); Graphics.parent = this; Logics.parent = this; }