//Queries get created and the textblocks get created, in the textblocks the query result will appear
 public void MakeQueriesAndTextBlocks()
 {
     educationQueryHandler.MakeQueries(EducationQueryHandler.Education); //Creates queries, as argument is given the last clicked on eventroom button
     educationQueryHandler.SetTextOnScreen(wijnhavenEducationpopup);     //The text (query result) is displayed on the screen
     //As argument is given the grid (page) on which the query results should be drawn
 }