private void OnShell(object sender, EventArgs e) { Form shellForm = new ShellForm(this.world); shellForm.Show(); }