public bool IsTextUkrainian() { if (TextFromPage.Equals("Каталог товарів")) { return(true); } else { return(false); } }