public void AuotComplete() { while (Winner == null) { NextRound(new Deck(true, true)); CurrentRound.AutoComplete(); // for debugging //Console.WriteLine(CurrentRound.ToString()); } }