private void pbSelectDates_Click(object sender, EventArgs e) { SelectDateForm sf = new SelectDateForm(this); sf.ShowDialog(this); }