Inheritance: IAcManagerScanWrapper
 public KunosCareerIntro(KunosCareerObject careerObject) {
     DataContext = this;
     CareerObject = careerObject;
     Title = CareerObject.Name;
     InitializeComponent();
     Buttons = new Button[] { };
 }
 public ViewModel(KunosCareerObject careerObject) {
     _acObject = careerObject;
 }