public HeatedSeats(Car c) : base(c)
 {
     Description = "Heated Seats";
     Price       = 1330.00;
 }