private void detach_EventTypeActions(EventTypeAction entity)
 {
     this.SendPropertyChanging("EventTypeActions");
     entity.RbSpeciality = null;
 }
 private void attach_EventTypeActions(EventTypeAction entity)
 {
     this.SendPropertyChanging("EventTypeActions");
     entity.EventType = this;
 }