/// <summary>
 /// Write the current pins out to an XML file
 /// </summary>
 public void SavePins()
 {
     PinPacker packer = new PinPacker();
     packer.Pack(this.Pins, this.BodyPartName + ".xml");
 }