public IEnumerable <IModule> GetModules()
        {
            yield return(Sec.Module <DnsDomain>());

            yield return(SecurityUI.Module <DnsDomain>());

            yield return(Aud.Module <DnsDomain>());

            yield return(AuditUI.Module <DnsDomain>());

            yield return(Mvc.Boilerplate.JsBootstrap());
        }