private void btnModifyPassword_Click(object sender, EventArgs e) { FormEmployeePassword form = new FormEmployeePassword(); form.ShowDialog(); }