public IActionResult Sleep()
 {
     DojodachiHelper.Sleep();
     return(RedirectToAction("Index"));
 }