@using MySystem.Models; @{ Leaders editData = ViewBag.data as Leaders; Users editDatas = ViewBag.datas as Users; } @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; }