public HttpStatusCode EditBookmark(EditJson content)
 {
     return(_bookmarkRepository.EditBookmark(content.UserId, content.Bookmark));
 }