private void backBtn_Click(object sender, EventArgs e) { InventoryForm v = new InventoryForm(); v.Show(); this.Hide(); }