//the contstructor initialises the DataBaseController public OverviewController() { dataBaseController = new DatabaseController(); //initialise the list with all student objects in the database list = dataBaseController.GetAllStudents(); }