@Transactional(readOnly = true)
 public static Result findAll() {
   return ok(toJson(TodoService.findAll()));
 }