private void InitRestable()
 {
     restablecolumnClient = new RestablecolumnClient(_rightsUploadService, _rightsQueryService);
     restablecolumnClient.ExceptionAction = ExceptionAction;
 }
 private void InitResbutton()
 {
     resbuttonClient = new ResButtonClient(_rightsUploadService, _rightsQueryService);
     resbuttonClient.ExceptionAction = ExceptionAction;
 }
 private void InitResscope()
 {
     respermscopeClient = new RespermscopeClient(this._rightsUploadService, _rightsQueryService);
     respermscopeClient.ExceptionAction = ExceptionAction;
 }
 private void InitMenuinfo()
 {
     menuinfoPowerClient = new MenuinfoPowerClient(this._rightsUploadService, this._rightsQueryService);
     menuinfoPowerClient.ExceptionAction = ExceptionAction;
 }