public void Deselect(bool activeSelection)
 {
     _buyable.Deselect(activeSelection);
     SetItemState(ShopItemState.Bought);
 }