public int GetLastIndex(System.Windows.Forms.Control.ControlCollection controlCollection)
 {
     return(this.Max(tb => controlCollection.GetChildIndex(tb)));
 }