void Carregar(string Nivel, string ID) { dgvLogin.DataSource = controllerLogin.Carregar(Nivel, ID); }