public void setId(int id) {
   task = taskService.find(id);
 }