public void RemovePurchase_RecieptRow(Purchase_RecieptRow row) {
     this.Rows.Remove(row);
 }
 public Purchase_RecieptRowChangeEvent(Purchase_RecieptRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddPurchase_RecieptRow(Purchase_RecieptRow row) {
     this.Rows.Add(row);
 }