Inheritance: CommandCapsule, IRibbonObject
 public GearCalculationsLine3Capsule(string name, RibbonGroupCapsule group, RibbonCommandCapsule parent)
     : base(name, group, parent)
 {
 }
 public GearCalculationsCapsule(string name, RibbonGroupCapsule group, RibbonCommandCapsule parent)
     : base(name, string.Empty, string.Empty, parent, 400)
 {
     GearCalculationsCapsule.group = group;
     this.Justification = LabelJustification.near;
 }