public IEnumerable <CursoDTO> ListarCursos() { return(CursoRepository.All().Select(x => new CursoDTO(x))); }