private CardView NextCardView() { if (availableCard.Equals(cardOne)) { return(cardTwo); } else { return(cardOne); } }