public ActionResult Edit(int id) { Category category = categoryBL.GetCategoryId(id); return(View(category)); }