private void CargarDatos() { bsEntradas.DataSource = Entrada.GetAll(Conexiones.conexion); dgvEntradas.DataSource = bsEntradas; }