private void TrainButton(object sender, RoutedEventArgs e)
 {
     TrainModel.TrainDataSet(40);
 }