public static IList <Control> CastList(this Control.ControlCollection collection)
 {
     return(collection.CastList <Control>());
 }