public void SelectStartDateYearfromYears()
        {
            #region Variable Declarations
            HtmlSpan uIItem2015Pane = this.UIButtonwoodIaaSCostCeWindow1.UIButtonwoodIaaSCostCeDocument2.UIItem2015Pane;
            #endregion

            // Click '2015' pane
            Mouse.Click(uIItem2015Pane, new Point(17, 30));
        }