private void DnDAction() { Target.GiveCard(model.TakeCard(Convert.ToInt32(CardTarget.name))); Destroy(CardTarget); model.Render(); }