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