public async Task <IActionResult> VIPProd()
 {
     return(View(await _product.GetAllProducts()));
 }