public Bookmark GetBookmark(int id)
 {
     return(_bookmarkRepository.GetBookmark(id));
 }