@{ ViewData["Title"] = "Dashboard"; }
@{ var _IsInRole = User.IsInRole("Admin"); if (_IsInRole) {
} }