public ActionResult AddNewItem(AddItemViewModel newProduct) { sp.AddItem(newProduct); return(Redirect("~/Sales/SellerPanel")); }