public function listAll()
 {
     $projects = ProjectService::listAll();
     $this->asJson($projects);
 }