// GET: Administration/Ideas public ActionResult Index() { var posts = _ideaService.GetAllPosts(); return(View(posts)); }