public Exception Alterar_Itbi_Isencao_QRCode(string p, byte[] code)
        {
            Imovel_Data obj = new Imovel_Data(_connection);
            Exception   ex  = obj.Alterar_Itbi_Isencao_QRCode(p, code);

            return(ex);
        }