private void UpdateUIElement(ShapeBase shape)
 {
     UpdateUIElement(shape, (Node)View.FindItem(shape));
 }