// GET: Routing public IActionResult Index() { return(View(Mapper.Map <IEnumerable <RoutingViewModel> >(_repository.GetAllRouting(r => true)))); }