private void buttonClearB_Click(object sender, EventArgs e)
 {
     HexEdit.HexEditClean(128, (int)this.numericUpDownDBS.Value, BnkIdx);
 }