public Network ReadDataTrain(string path)
 {
     return(networkRepository.ReadDataTrain(path));
 }