public IList <HtmlElement> Row(int index)
 {
     return(ElementFactory.CreateElementList <HtmlElement>(
                RelativeLocator(By.CssSelector(string.Format("tr:nth-child({0})>*", index)))
                ));
 }