public PropertyQueryWithResultsViewModel(PropertyQueryWithResults model)
 {
     Query = new PropertyQueryInfoViewModel(model.Query);
     Results = model.Results;
 }
 public PropertyQueryWithResultsViewModel(PropertyQueryWithResults model)
 {
     Query   = new PropertyQueryInfoViewModel(model.Query);
     Results = model.Results;
 }