public ActionResult VideoCategoryEdit(int id) { VideoCategory d = new VideoCategory(); d.VideoCategoryID = id; d.SelectByID(); return(View(d)); }