public FormConsultar() { InitializeComponent(); dgv_pesquisa.DataSource = GerenciadorBanco.getMatriculas(); }