In general, I'd recommend following the same pattern I used in the Day14 example, on the line:
nextController.updateName(textfieldName.getText());
In your projects, you might pass a Video or ProjectData object, instead of just a String, but the idea is the same...