private void Bnt_return_Click(object sender, RoutedEventArgs e)
 {
     shopAreaUC = new ShopAreaUC(ShopId);
     ((MainWindow)System.Windows.Application.Current.MainWindow).content_grid.Children.Clear();
     ((MainWindow)System.Windows.Application.Current.MainWindow).content_grid.Children.Add(shopAreaUC);
 }