public Response <Documento> DocumentoGetByTipoNumeroSede(string tipo, int numero, int idSede) { return(documentoService.GetByTipoNumeroSede(tipo, numero, idSede)); }