public void RemoveEmployeeQualificationsRow(EmployeeQualificationsRow row) {
     this.Rows.Remove(row);
 }
 public EmployeeQualificationsRowChangeEvent(EmployeeQualificationsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddEmployeeQualificationsRow(EmployeeQualificationsRow row) {
     this.Rows.Add(row);
 }