public void AddCard(Card card) { this.Hand.Add(card); Draw.DrawCard(card, this.PlayerFrame.TopLeft, this.Hand.Count); }