public ActionResult Detail(Guid id) { var truck = _truckService.GetById(id); var truckForm = TruckForm.FromTruck(truck); return(View(truckForm)); }