@Test
 public void testList() {
   List<StudentDTO> students = service.getStudents();
   System.out.println(students);
 }