private void detach_OrgStructureJobs(OrgStructureJob entity)
 {
     this.SendPropertyChanging("OrgStructureJobs");
     entity.RbJobType = null;
 }
 private void attach_OrgStructureJobs(OrgStructureJob entity)
 {
     this.SendPropertyChanging("OrgStructureJobs");
     entity.OrgStructure = this;
 }