public SBookmark(Bookmark bookmark, SRoute route, Culture culture) { Id = bookmark.Id; Status = bookmark.GetStatus(culture); Route = route; }