private void X_JUMP_TO_COMBAT_ART_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpToSelectStruct("FE8N SKILL COMBAT ART", 0, this.AddressList.SelectedIndex);
        }