public void Add()
 {
     PickUpManager.Add(Constants.BombPickUpName, 1);
     UpdateText();
 }