public async Task <TruckCells[]> GetTruckCells([FromQuery] int truckId)
 {
     return(await _truckService.GetTruckCells(truckId));
 }