public async Task <IActionResult> Delete(int id) { await _comandaService.RemoveAsync(id); return(RedirectToAction(nameof(Index))); }