public IActionResult Init() { if (_AdminUserContext.Bif()) { return(RedirectToAction("Index", "Login")); } return(View()); }