public void MyTestInitialize()
        {
            List <object> testPre = CodedUITestHelpers.PrepareTest();

            _excelApp  = (ExcelApp.Application)testPre[0];
            _worksheet = (ExcelApp.Worksheet)testPre[1];
        }