public MainWindow() { InitializeComponent(); TabService.Configure(ref mainWindow, ref MainTabControl); Context = new MainViewModel(); DataContext = Context; UpdateLayout(); Title = $"Клиент EDI (версия {Assembly.GetEntryAssembly().GetName().Version})"; }