public ActionResult EditCategory(int id) { var category = bridge.GetCategoryById(id); return(View(category)); }