public ActionResult Edit(int ids) { Bind(); var model = IMenuBLL.GetById(ids); return(View(model)); }