public async Task <IActionResult> Delete(int id) { var result = await _service.DeleteAsync(id); return(Ok(result)); }