public static AutomationConfigurer AsTable(this DataGridView control)
 {
     return(control.AsTable <DataGridTableInformation>());
 }