protected void Page_Load(object sender, EventArgs e)
        {
            DataTable table = user.styleContent(Session["lyugfjnjdfoh"].ToString());

            if (table.Rows.Count > 0)
            {
                this.Label1.Text = table.Rows[0]["theme"].ToString();
                LabelSocial.Text = table.Rows[0]["socname"].ToString();
                Image1.ImageUrl  = table.Rows[0]["picurl"].ToString();
                this.Label2.Text = " " + table.Rows[0]["timeplace"].ToString();
                this.Label3.Text = " " + table.Rows[0]["participants"].ToString();
                TextBoxSk.Text   = "    " + table.Rows[0]["con"].ToString();
            }
        }