public IEnumerable <User> FavouriteBookmark(int bookmarkId, int userId)
 {
     return(_bookmarkRepository.FavouriteBookmark(bookmarkId, userId));
 }