public TrainingSetWindow() { InitializeComponent(); trainingSetDbGateWay = new TrainingSetDBGateWay(); storeDataToDb = new StoreDataToDB(this); }