public void Edit(Observation observation)
 {
     _repository.Edit(observation);
     _uow.Commit();
 }