public IActionResult Dojos() { // Viewbags the Dojo list on the Dojos view ViewBag.allDojos = _dojoFactory.DojoList(); return(View("Dojos")); }