public ModelSystemStructureModel GetModelSystemStructureModel(ModelSystemStructure modelSystemStructure)
 {
     return(ModelSystemModel.GetModelFor(modelSystemStructure));
 }
 public ModelSystemStructureModel GetParent(ModelSystemStructureModel currentModule)
 {
     return(ModelSystemModel.GetModelFor(
                currentModule.RealModelSystemStructure.GetParent(ModelSystemModel.Root.RealModelSystemStructure)));
 }