public ActionResult Edit(long id) { var dao = new ContentDao(); var content = dao.GetbyID(id); SetViewBag(content.CategoryID); return(View(content)); }