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