public void AddRehabAssessmentAreasRow(RehabAssessmentAreasRow row) {
     this.Rows.Add(row);
 }
 public void RemoveRehabAssessmentAreasRow(RehabAssessmentAreasRow row) {
     this.Rows.Remove(row);
 }
 public RehabAssessmentAreasRowChangeEvent(RehabAssessmentAreasRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }