private void btnSupply_Click(object sender, EventArgs e) { Supply s = new Supply(); s.Show(); this.Hide(); }