protected void Page_Load(object sender, EventArgs args)
        {
            Collections.DataSource = Children;
            Collections.DataBind();

            RelatedLinks.DataSource = Shortcuts;
            RelatedLinks.DataBind();
        }