public PropertyMergeListViewModel(IPropertyMergeService propertyMergeService, ICommonServices commonServices, PropertyMergeViewModel propertyMergeViewModel) : base(commonServices)
 {
     PropertyMergeService   = propertyMergeService;
     PropertyMergeViewModel = propertyMergeViewModel;
 }
 public PropertyMergeCollection(IPropertyMergeService propertyMergeService, ILogService logService) : base(logService)
 {
     PropertyMergeService = propertyMergeService;
 }