public void Removeget_AllReferralsByReceiverIDRow(get_AllReferralsByReceiverIDRow row) {
     this.Rows.Remove(row);
 }
 public get_AllReferralsByReceiverIDRowChangeEvent(get_AllReferralsByReceiverIDRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addget_AllReferralsByReceiverIDRow(get_AllReferralsByReceiverIDRow row) {
     this.Rows.Add(row);
 }