public Observation GetObservationById(int id)
 {
     return(repository.GetObservationById(id));
 }