public ActionResult DisplayProducts()
 {
     return(View(_productComponent.GetProducts()));
 }