public IEnumerable <Bookmark> GetMany(Expression <Func <Bookmark, bool> > @where)
 {
     return(_repository.GetMany(@where));
 }