private void DisableJump()
 {
     jump.StopJumping();
     jump.DisableInput();
 }