public IActionResult Relate(string id) { ViewBag.Menu = _menuActionService.GetAllActionById(id); return(View(new RelateModel { MenuId = id, MenuActionId = new string[] { } })); }