public void EndSpinButtonIncreaseStep()
 {
     endSpinButton.Spin(SpinType.StepForward, 0); //0 uses the defined stepIncrement
 }