public void SelectCard(Card selectedcard) { currentCard = selectedcard; cardInfo.CardInfoPanelShow(); cardInfo.ShowCardInfo(selectedcard); }