public ActionResult Edit(int?Id) { _catalog.Id = Convert.ToInt32(Id); var strudent = _catalogManager.GetByID(_catalog); return(View(strudent)); }