private void btnRadio_Click(object sender, RoutedEventArgs e)
 {
     var viper = new Car();
     viper.TurnOnRadio(false);
 }