public Race(int id, string grandPrixName, DateTime grandPrixDate, Country country, Circuit circuit) { this.Id = id; this.GrandPrixName = grandPrixName; this.GrandPrixDate = grandPrixDate; this.Country = country; this.Circuit = circuit; }