private void btnNPCs_Click(object sender, EventArgs e) { NPCDialog dlg = new NPCDialog(); dlg.ShowDialog(); }