private void btnBBook_Click(object sender, EventArgs e) { Lending obj = new Lending(); this.Hide(); obj.Show(); }