public void RegisterObservation(Observation o)
 {
     _service.RegisterObservation(o);
 }