@Override
 public List<Comment> getAllCommentsByTaskId(long taskId) {
   synchronized (ksession) {
     return taskService.getAllCommentsByTaskId(taskId);
   }
 }