public PropertyAttributesViewComponent(IPropertyAttribute PropertyAttributeService
                                        , IEPCRating EPCRatingService
                                        , ITenureType TenureTypeService
                                        , IPropertyType PropertyTypeService)
 {
     this.PropertyAttributeService = PropertyAttributeService;
     this.EPCRatingService         = EPCRatingService;
     this.TenureTypeService        = TenureTypeService;
     this.PropertyTypeService      = PropertyTypeService;
 }
 public PropertyAttributeController(IPropertyAttribute PropertyAttributeService
                                    , IEPCRating EPCRatingService
                                    , ITenureType TenureTypeService
                                    , IPropertyType PropertyTypeService
                                    )
 {
     this.PropertyAttributeService = PropertyAttributeService;
     this.EPCRatingService         = EPCRatingService;
     this.TenureTypeService        = TenureTypeService;
     this.PropertyTypeService      = PropertyTypeService;
 }