public ActionResult Save(int?page)
 {
     return(View(DALSanPham.GetAllGiamGia(page)));
 }