public PropertyListing()
 {
     prop = new Property();
     hse  = new HouseType();
     cond = new Condominium();
 }
 public PropertyListing()
 {
     prop = new Property();
     hse = new HouseType();
     cond = new Condominium();
 }