public BarkHistory(BarkOrder order)
 {
     this.order = order;
     this.index = 0;
 }
 public BarkHistory(BarkOrder order)
 {
     this.order = order;
     this.index = 0;
 }