// GET: Ability public ActionResult Index() { var service = new AbilityService(); var model = service.GetAllAbilities(); return(View(model)); }