public IEnumerable <GenericItemEntity> GetBookmarks()
 {
     return(customRepositoryActions.GetBookmarks());
 }