private void BillBtn_Click(object sender, RoutedEventArgs e)
 {
     System.Diagnostics.Process.Start(YandexTranslator.GetUrl_bill());
 }