/* < Providers section > * Here are the methods and events that affects * the 'Provider' table. */ private void ProviderAdd_Click(object sender, EventArgs e) { var addProvider = new AddProvider(ReloadTable); addProvider.Show(); }