private void textBoxStepSize_KeyPress(object sender, KeyPressEventArgs e)
 {
     Focuser.OnlyEnterPlusNumber(sender, e);
 }