public ActionResult EditExercise(int id)
 {
     return(View(adminServices.GetExerciseDataCreated(id)));
 }