public IEnumerable <Exercise> Get() { var exercises = _exerciseRepository.GetAll(); return(exercises); }