void RefreshData(IAgent ag) { dgAgent.DataSource = ag.AllAgents(); }
void RefreshData(IAgent ag) { dataGridView1.DataSource = ag.AllAgents(); }