public ObservationController(ObservationDbContext _dbContext)
 {
     dbContext = _dbContext;
 }