public IHttpActionResult ConsultarSolucion(string id_ejercicio)
 {
     return(Json(_ConnectionModel.ConsultarSolucion(id_ejercicio)));
 }