protected void OnEditActionActivated(object sender, EventArgs e) { EditWindow eWin = new EditWindow(); eWin.ShowAll(); this.Destroy(); }