public ActionResult EditSecondModule(string id) { var model = api.GetSecondModule(id); return(View(model)); }