public void Dispose() { BagItem.ClearAll(); }
public ActionResult Destroy() { BagItem.ClearAll(); return(View("Index")); // return new EmptyResult(); Fail CorrectView test }