public void DeactivateProduct(CustomUser user, string id)
 {
     user_product_ctr.DeactivateProduct(user, id);
 }