private void button7_Click(object sender, EventArgs e) { Authors_Form au = new Authors_Form(); au.Show(); this.Hide(); }