public IActionResult getSearch(string exercise) { return(Ok(_repository.GetAllExerciseSearch(exercise))); }