void searchStudies(Study studyQuery) { studyResponses = queryObject.CFINDStudies(studyQuery); setupGUI.addStudiesToTable(studyResponses); }