public TrainService(ITrainRepo trainRepo) { this.trainRepo = trainRepo; }
static SqlProcedureRepository() { stationRepo = new StationRepository(); trainRepo = new TrainRepository(); }