/// <summary>
 /// After clicking a button in the shop panel,
 /// buys it if it's the latest button that was clicked.
 /// </summary>
 /// <param name="item"></param>
 private void BuyItem(string item)
 {
     dHolder.BuyItem(item);
 }