public int GetBestVehicleByDistance()
 {
     return(helper.GetBestVehicleByDistance());
 }