protected override void OnClick()
        {
            frmRasterInterpolate frm = new frmRasterInterpolate();

            frm.ShowDialog();
            ArcMap.Application.CurrentTool = null;
        }
 protected override void OnClick()
 {
     frmRasterInterpolate frm = new frmRasterInterpolate();
     frm.ShowDialog();
     ArcMap.Application.CurrentTool = null;
 }