private void tsmiSettings_Click(object sender, EventArgs e) { SettingForm form = new SettingForm(_user); form.ShowDialog(); }