public IEnumerable <Measurement> Get()
        {
            var list = Service.All().ToList();

            return(Service.All());
        }