public Exception Excluir_Itbi_Isencao_Imovel(string guid, int seq) { Imovel_Data obj = new Imovel_Data(_connection); Exception ex = obj.Excluir_Itbi_Isencao_Imovel(guid, seq); return(ex); }