public IEnumerable <Observation> GetAll(AuthUser authUser, int contextoAno)
 {
     return(_observationService.GetAll(authUser, contextoAno));
 }