public void RemoveviewbillingRow(viewbillingRow row) {
     this.Rows.Remove(row);
 }
 public viewbillingRowChangeEvent(viewbillingRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddviewbillingRow(viewbillingRow row) {
     this.Rows.Add(row);
 }