public double[,] ReadSimulationPatterns(string path)
 {
     return(networkRepository.ReadSimulationPatterns(path));
 }