public void SwitchCustomerLabellingIndustryMenuItem(string customerLabelling)
 {
     TimeManager.LongPause();
     CustomerLabellingIndustryTargetButton.ClickAndHold();
     TimeManager.LongPause();
     TimeManager.LongPause();
     CustomerLabellingIndustryTargetButton.SelectOneItem(customerLabelling);
 }