public Exception Alterar_Itbi_Situacao(string p, int s) { Imovel_Data obj = new Imovel_Data(_connection); return(obj.Alterar_Itbi_Situacao(p, s)); }