public PearlWhiteOption(TeslaModelS car)
 {
     this.car = car;
 }
 public LudicrousSpeedOption(TeslaModelS car)
 {
     this.car = car;
 }
 public AutopilotOption(TeslaModelS car)
 {
     this.car = car;
 }