public IActionResult Index() { var model = _exerciseService.GetAllExercises(10, 1, string.Empty); return(View(model)); }