private void showCustomerEdit()
 {
     CustomerName.Hide();
     customerNameTextBox.Show();
     CustomerEmail.Hide();
     customerEmailTextBox.Show();
     CustomerPhone.Hide();
     customerPhoneTextBox.Show();
     EditCustomerInfoButton.Hide();
     CancelChangeButton.Show();
     checkCustomerDataChanged(globalCustomerId);
 }