public IActionResult Dojo(int id) { ViewBag.Dojo = ninjaFactory.NinjasWithDojo(id); return(View()); }