public async Task <IActionResult> DeleteComputer(int id) { await _service.DeleteComputer(id); return(Ok()); }