internal bool ActualizarCursos(Curso oCursoSelected)
 {
     return(oCursoDao.Update(oCursoSelected));
 }