public double GetDistanceAverage(int vehicleid = 0)
 {
     return(helper.GetDistanceAverage(vehicleid));
 }