public InstructionViewModel(IHelpService helpService) { _instructions = new Instruction(); _helpService = helpService; _helpService.GetInstructions(_instructions); }