public WeatherParameterService(MountainWeatherContext context)
 {
     this.context = context;
 }
 public WeatherStationStatisticService(MountainWeatherContext context)
 {
     this.context = context;
 }
 public CountryService(MountainWeatherContext context)
 {
     this.context = context;
 }
 public DatabaseService(MountainWeatherContext context)
 {
     this.context = context;
 }