public void End(IEnumerable <Player> winners) { ActivePlayer = null; Status = TableStatus.Ended; Winners.AddRange(winners); }