private void Representante_Load(object sender, EventArgs e) { dataGridView1.DataSource = DALCadastro.CarregaRepresentante(); }