public void RemoveResultStudentWiseDataTableRow(ResultStudentWiseDataTableRow row) {
     this.Rows.Remove(row);
 }
 public ResultStudentWiseDataTableRowChangeEvent(ResultStudentWiseDataTableRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddResultStudentWiseDataTableRow(ResultStudentWiseDataTableRow row) {
     this.Rows.Add(row);
 }