// // GET: /Reporting/ public ActionResult Index() { List <ProcessOverviewViewModel> model = helper.createProcessOverview(); return(View(model)); }