public bool Existe_Auto_Infracao_Habitese(int Ano, int Numero)
        {
            Imovel_Data obj = new Imovel_Data(_connection);

            return(obj.Existe_Auto_Infracao_Habitese(Ano, Numero));
        }