public void Buy() { Debug.Log(DetailsView.GetData().id); WebServices.BuyItem(DetailsView.GetData().id); }