private void btnAddEmployee_Click(object sender, EventArgs e) { AddEmployee addEmployee = new AddEmployee(db); addEmployee.Show(); }