public function __construct(Project_Models_Project $project)
 {
     $this->_subprojects = $project->getTree()->getChildren();
 }