private void loadData() { _dgvLicense.DataSource = _licencesList.ToDataTable(_driver); formatDGV(); }