private void button14_Click(object sender, EventArgs e) { AddMachine addMachine = new AddMachine(database, this); addMachine.Show(); }