Disco Administrators have access to the entire Disco application.
Domain Admins is a required member and is always included regardless of configuration.
None Associated
@foreach (var sg in Model.AdministratorSubjects)
{
var displayName = sg.Id == sg.Name ? sg.Id : string.Format("{0} [{1}]", sg.Name, sg.Id);