public IEnumerable <Keep> GetByCategory(string query)
 {
     return(db.GetAllByCategory(query));
 }