public IList <Bookmark> GetBookmarks(DateTime from, DateTime to) { return(dao.GetBookmarksUpdates(from, to)); }