private void PreviousChapter(object o)
 {
     _player.Previous();
     Position = TimeSpan.Zero;
 }