private void DeleteInvoice_Click(object sender, EventArgs e) { InvoiceBLL.DeleteInvoice(tbIDInvoice.Text); tblInvoice.DataSource = invoice.GetAll(); }