public async Task <IActionResult> GetAll() { var loads = await _loadService.GetAllAsync(); return(new JsonResult(loads)); }