private void editPasswordToolStripMenuItem_Click(object sender, EventArgs e) { EditLoginUI main = new EditLoginUI(); main.Show(); }