public TabPageCollection(TabControl owner)
 {
     _owner = owner.OrThrowIfNull();
 }