def conectar_DB(self):
     return conexaoDB.conectar()
def conectar_DB():
    return conexaoDB.conectar()