public void OnGet() { var student = new StudentList(); Message = "Hello, I'm here too!"; studentList = student.CreateStudentList(); }