public Window()
{
InitializeComponent();
WindowStartupLocation = WindowStartupLocation.CenterScreen;
this.Topmost = true;
}