public IActionResult Index()
 {
     ViewBag.Dojos = dojoFactory.getDojos();
     return(View());
 }