private void circulationButton_Click(object sender, EventArgs e) { circwin = new circulationsWindow(); circwin.Show(); }