private void button7_Click(object sender, EventArgs e) { Remove_Novel ns = new Remove_Novel(this, null, null); ns.Show(); this.Hide(); }