@Transactional
 public void edit(Student student) {
   studentDAO.edit(student);
 }