public ActionResult Products(string id) { return(PartialView("_Products", _sellerService.GetAllProducts(id))); }