private void returnBtn_Click(object sender, EventArgs e) { Hide(); using (ReturnBook rtbook = new ReturnBook()) rtbook.ShowDialog(); Show(); }