private void NextChapter(object o)
 {
     _player.Next();
     Position = TimeSpan.Zero;
 }