public async Task <IActionResult> Editar(int id) { var categoria = await _categoriaService.GetCategoriaByIdAsync(id); return(View(categoria)); }