protected void OnShapeDoubleClick(ModelElementEventArgs e)
 {
     if (this.ShapeDoubleClick != null)
         ShapeDoubleClick(this, e);
 }
 protected void OnShapeConfiguring(ModelElementEventArgs e)
 {
     if (this.ShapeConfiguring != null)
         ShapeConfiguring(this, e);
 }