private void UpdateOutlineIcon()
 {
     outlineIcon = IconFactory.CreateChoreography(type, Outline);
     if (type == ChoreographyType.Call)
     {
         outlineIcon = new PlacedIcon(outlineIcon, BpmnConstants.ThickLinePlacement, SizeD.Empty);
     }
 }