/**
  * Count tasks
  */
 public function countTasks($id)
 {
     return count(UserTask::CountTasks($id));
 }