public void SetSeekBehavior(ISeekBehaviour seekType)
 {
     seekBehavior = seekType;
 }
 public void SetSeekBehaviour(ISeekBehaviour seekType)
 {
     this.seekBehaviour = seekType;
 }