public IEnumerable <Measure> GetAll()
 {
     return(_repository.GetAll());
 }