private void tsbTurnover_Click(object sender, EventArgs e) { TurnoverQuery tq = new TurnoverQuery(); tq.ShowDialog(); }