public IActionResult Details(Guid?Id)
 {
     return(View("Details", _newProduct.GetNewProduct(Id)));
 }