// constructor
 public MainWindowViewModel()
 {
     ShowDamageTakenCommand = CommandsFactory.CreateShowDamageTakenCommand(this);
 }