public MainWindow()
 {
     InitializeComponent();
     Con = new Connection();
     Con.ConnectionString();
 }