private void LoadData() { dgvCustomer.DataSource = bus_cus.Display(); lblAmountCustomer.Text = Convert.ToString(dgvCustomer.Rows.Count - 1); }