private void btnFood_Click(object sender, EventArgs e) { Form foodform = new FoodShop(); foodform.Show(); }