private void addNewCarToolStripMenuItem_Click(object sender, EventArgs e) { frmAddCar add = new frmAddCar(upreDatebase); add.Show(); }