protected void btn_addCategory_Click(object sender, EventArgs e)
 {
     DBconnection.addForumCategory(txt_categoryTitle.Text, txt_description.Text);
     Response.Redirect(Request.RawUrl);
 }