private void AddBrandBt_Click(object sender, EventArgs e) { Cars.BrandData form = new BrandData("new", null); form.ShowDialog(); }