public SkeletonBounds()
 {
     BoundingBoxes = new ExposedList <BoundingBoxAttachment>();
     Polygons      = new ExposedList <Polygon>();
 }