public RightManagerBase(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService, RightsClientBase <T> rightsClient)
 {
     this._rightsUploadService = _rightsUploadService;
     this._rightsQueryService  = _rightsQueryService;
     this.rightsClient         = rightsClient;
     bindingList = new BindingList <T>();
 }
 public RolepowerManager(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService, RightsClientBase <IPower> powerClient)
 {
     this._rightsUploadService = _rightsUploadService;
     this._rightsQueryService  = _rightsQueryService;
     rolepowerClient           = new RolepowerClient(_rightsUploadService, _rightsQueryService);
     this.powerClient          = powerClient;
 }