public ActionResult Edit(int id) { Catalog catalog = _catalogService.Find(id); return(PartialView("_EditView", catalog)); }