private void button4_Click(object sender, EventArgs e) { AddEmployee addEmployee = new AddEmployee(database, this); addEmployee.Show(); }