public void AddChild(IProject childProject)
 {
     ChildProjects.Add(childProject);
 }