public IdiomaDTO ObtenerDato(int id) { var dato = repositorio.ObtenerDato(id); return(dato.ToDTO()); }