private void RightFire()
 {
     player.ActionFire();
     player.ActionRight();
     //Player.IsJumping = false;
 }