private void btPrices_Click(object sender, EventArgs e) { PricesBlocksForm prices = new PricesBlocksForm(mc); prices.Show(); }