private void btnRefresh_Click(object sender, EventArgs e) { logic = new GeneralLogic(); dgvCurso.DataSource = logic.ListCourse(); }