public void Init() { _model = new DocumentViewModel(); _model.Load(TestContext.CurrentContext.TestDirectory + "/../../Test.docx"); }