Inheritance: ITee
 public BBar(Tee tee, int i)
 {
     this.tee = tee;
     this.i   = i;
 }
 public BBar(Tee tee, int i)
 {
     this.tee = tee;
     this.i = i;
 }