public async Task <ActionResult <Load> > Delete(Guid id) { await _loadService.DeleteAync(id); return(NoContent()); }