@Override
 public int removeAllTasks() {
   synchronized (ksession) {
     return taskService.removeAllTasks();
   }
 }