public void UpdateToRow(ref DataRow row, Hlp record) { Hlp.UpdateRowFromHlp(ref row, record); this.ExtraUpdateToRow(ref row, record); }