public static string PageAccessDef(string PageUrl, string def, string ApplicationName)
        {
            string role = AdgangsKontrol.get_AccessRole(def);

            return(PageAccessClass.PageAccessDef(PageUrl, role, ApplicationName));
        }