public async Task <IActionResult> Edit(int id) { CategoryViewModel categoryModel = await _categoryService.GetCategory(id); return(View(categoryModel)); }