protected void btnEmailWishlist_Click(object sender, EventArgs e)
        {
            string url = SEOHelper.GetWishlistEmailAFriendUrl();

            Response.Redirect(url);
        }