@if(User.IsInRole(SD.Role_Admin)) { Layout = "_LayoutAdmin"; } else { Layout = "_Layout"; }