protected void btn_deleteCategory_Click(object sender, EventArgs e)
 {
     DBconnection.deleteForumCategory(Int32.Parse(ListBox1.SelectedValue));
     refreshCategoriesList();
     Response.Redirect(Request.RawUrl);
 }