public Player(string firstName, string lastName, int ssn) : base(firstName, lastName, ssn) { this.Winnings = new Winnings(); }