public Nekretnine()
 {
     vrednostNekretnine = 1000;
     tipSmestaja        = VrstaSmestaja.Kuca;
     cenaClanarine      = 100;
 }
 public Nekretnine(double vrednostNekretnine, VrstaSmestaja tipSmestaja, double cenaClanarine)
 {
     this.vrednostNekretnine = vrednostNekretnine;
     this.tipSmestaja        = tipSmestaja;
     this.cenaClanarine      = cenaClanarine;
 }