/// <summary>The find control.</summary>
 /// <param name="by">The by.</param>
 /// <returns>The <see cref="HtmlControl"/>.</returns>
 public HtmlControl FindControl(By @by)
 {
     return(@by.FindControl(this));
 }