public object SearchProduct(int size, int page, String keyword) { var result = productRep.SearchAllProduct(size, page, keyword); return(result); }