private void a_category_filter_button_is_clicked(string category)
 {
     _driver.FindLabelByText(category).Click();
 }