public ActionResult Report(int id)
 {
     return(View(ExerciseService.GetReportData(id)));
 }