public InstructionSet(Typer typer)
 {
     _typer = typer;
 }
 public MainViewModel(InstructionSet instructionSet, Typer typer)
 {
     _instructionSet = instructionSet;
     _typer          = typer;
 }