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