// // GET: /Archetype/ public ActionResult Index() { IList <Archetype> archetypes = _archetypeService.GetAllArchetypes(); return(View(archetypes)); }