public void RemoveChild(IProject childProject)
 {
     ChildProjects.Remove(childProject);
 }