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