public IEnumerable <TruckViewModel> GetTrucksForReport()
 {
     return(_truckService.GetTrucksForReport());
 }