private void cautaAdresaDeclarant() { //Cautam adresa pe care o vom folosi BColectieAdrese listaAdrese = BAdrese.GetListByParam(BAdrese.EnumTipAdresa.Nedefinit, this.lTipProprietar, this.lIdProprietar, CDefinitiiComune.EnumStare.Activa, null); BAdrese adresaDeclarant = null; if (CUtil.EsteListaVida <BAdrese>(listaAdrese)) { adresaDeclarant = IHMUtile.AdaugaAdresa(this.GetFormParinte(), this.lTipProprietar, this.lIdProprietar); } else { adresaDeclarant = IHMUtile.GetAdresa(this.GetFormParinte(), this.lTipProprietar, this.lIdProprietar, true); } if (adresaDeclarant != null) { this.lgfDomiciliatIn.ObiectAfisajCorespunzator = adresaDeclarant; } else { refreshAdresaAfisata(); } }