private void loadInvoice() { _dgvInvoice.DataSource = _invoiceList.ToDataTable(_car); formatDGVInvoice(); }