@using MySystem.Models; @{ StoreHouse editData = ViewBag.data as StoreHouse; } @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; }