public ComponentNode(IProductElementViewModel innerViewModel, ServiceNode parent) : base(innerViewModel) { this.IsResizable = false; this.Bounds = new Rect(12, 40, 276, 38); this.SetParent(parent); }