private void OnPickShotgun()
 {
     SwitchWeapon(shotgunWeapon);
     handController.AdjustWeaponNbOfBullet();
 }