private void BTShop_Click(object sender, EventArgs e) { var form = new ShopForm(); form.ShowDialog(); }