private void BillId() { try { lbBillId.Text = service.GetBillId().ToString(); } catch (Exception) { } }