public bool Actualizar() { GI.DA.AdmAlquileresData ad = new GI.DA.AdmAlquileresData(); return ad.Actualizar(this.Alquiler.IdPropiedad, (this.Contacto == null) ? 0 : this.Contacto.IdCliente); }