protected void btnPatternAdd_Click(object sender, EventArgs e)
 {
     OSAEScriptManager.PatternAdd(txtPattern.Text);
     loadPatterns();
 }