private void SetupPitStopsGraph()
 {
     pStops = new pitStops();
     pStops.driversList = this.driversList;
     pStops.drawer = this.drawerPitstops;
 }
 private void SetupPitStopsGraph()
 {
     pStops             = new pitStops();
     pStops.driversList = this.driversList;
     pStops.drawer      = this.drawerPitstops;
 }