public ActionResult Edit(int id1) { ViewData.Model = ActionInfoService.GetById(id1); return(View()); }