private void JumpFire()
 {
     player.ActionJump();
     buttonJumping.SetActive(true);
     buttonJumping.transform.GetChild(0).gameObject.SetActive(true);
     player.ActionFire();
     //Player.IsJumping = true;
 }