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