private void btStandartInsert_Click(object sender, EventArgs e) { procedure.spStandard_Insert(tbStandartName.Text); tbStandartName.Clear(); }