// // GET: /Archetype/Details/5 public ActionResult Details(string id) { var archetype = _archetypeService.GetArchetype(id); return(View(archetype)); }