public void RemoveviewInstructorPaymentDetailsRow(viewInstructorPaymentDetailsRow row) {
     this.Rows.Remove(row);
 }
 public viewInstructorPaymentDetailsRowChangeEvent(viewInstructorPaymentDetailsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddviewInstructorPaymentDetailsRow(viewInstructorPaymentDetailsRow row) {
     this.Rows.Add(row);
 }