/// <summary>
 /// Adds anylimit properties to the windows panel
 /// </summary>
 /// <param name="page">The panel that the limits should be added to</param>
 public override void AddLimitProperties(JointSpecificProperties page)
 {
     return;
 }
 /// <summary>
 /// Adds anylimit properties to the windows panel
 /// </summary>
 /// <param name="page">The panel that the limits should be added to</param>
 public override void AddLimitProperties(JointSpecificProperties page)
 {
     page.AddUserControl(new AxialJointLimitsProperties(Axes[0]));
 }
 /// <summary>
 /// Adds the limit properties to the manage robot window
 /// </summary>
 /// <param name="page">Page to add the properties to</param>
 public abstract void AddLimitProperties(JointSpecificProperties page);