private void txtNotes_TextChanged_1(object sender, EventArgs e) { OpdrachtManagement.updateNote(selectedTime, txtNotes.Text); }