public void RemoveContacts_ContactCategoriesRow(Contacts_ContactCategoriesRow row) {
     this.Rows.Remove(row);
 }
 public Contacts_ContactCategoriesRowChangeEvent(Contacts_ContactCategoriesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddContacts_ContactCategoriesRow(Contacts_ContactCategoriesRow row) {
     this.Rows.Add(row);
 }