public ActionResult DetalhesExercicios(int id)
 {
     View(_exercicios.GetExercicios(id));
     return(View());
 }