public ControlCollection(AeroTabControl owner)
     : base(owner)
 {
 }
 internal TabPageCollection(AeroTabControl owner)
 {
     _owner = owner;
 }