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