partial void DeletetbLog(tbLog instance);
 partial void UpdatetbLog(tbLog instance);
 private void detach_tbLogs(tbLog entity)
 {
     this.SendPropertyChanging();
     entity.tbUser = null;
 }
 partial void InserttbLog(tbLog instance);
 private void attach_tbLogs(tbLog entity)
 {
     this.SendPropertyChanging();
     entity.tbUser = this;
 }