public ActionResult Edit(int id) { ViewBag.CategoryNameList = CategoryNameList; var model = OrganizeService.GetById(id); return(View(model)); }