public AlertDictionary() { foreach (Item item in SiteConfiguration.GetPageEditorAlertsRootItem().Children) { Add(item["Key"], item["Alert"]); } }