protected override void PickUp(IPickable player)
 {
     base.PickUp(player);
     player.PickAmmo(this);
     ammoBoxes.Remove(this);
 }