// GET: Products
 public IActionResult Index()
 {
     return(View(_Iproduct.Get_AllProducts()));
 }