IEnumerable<DataRow> DetailRows() {
foreach (DataRow dr in EditData.Tables[tb_AttendLeaveDate._TableName].Rows) yield return dr; }