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