public IEnumerable <ItemModel> GetProductRelated(int id, string category_id)
 {
     return(_itemBusiness.GetProductRelated(id, category_id));
 }