private void button16_Click(object sender, EventArgs e) { AddMachineProductType addMachineProductType = new AddMachineProductType(database, this); addMachineProductType.Show(); }