public bool AgregarObjetivos(List <Objetivo> objetivos, int id_curso) { return(cursoDao.AgregarObjetivos(objetivos, id_curso)); }