private NetworkModel LoadNetworkModelFromXml(string filePath)
 {
     return(NetworkModel.GenerateFromXml(filePath));
 }