public List <ItemModel> GetBookByType(string token, string type, string value)
 {
     return(BookProcessor.GetBookByType(token, type, value));
 }
 public IEnumerable <ItemModel> GetBookByType(string type, string value)
 {
     return(BookProcessor.GetBookByType(type, value));
 }