private void btnOk_Click(object sender, EventArgs e)
 {
     mEditingGraphic.CopyFrom(mTmpGraphic);
     mEventEditor.CloseGraphicSelector(this);
 }