private void submit_Click(object sender, EventArgs e)
 {
     //MessageBox.Show(totalPrice.ToString());
     pos.discount(id.Text, discountAmount.Text, txtDiscount.Text, this, totalPrice);
     pointOfSale.tableShow();
 }