private void loadCategories()
        {
            CategoryBL categoryBL = new CategoryBL();

            rptCategories.DataSource = categoryBL.GetCategoriesForFirstPage();
            rptCategories.DataBind();
        }