public Response <Documento> DocumentoGetByTipoNumero(string tipo, int numero)
 {
     return(documentoService.GetByTipoNumero(tipo, numero));
 }