public ActionResult SaveDetail(int id_save)
 {
     return(View(DALSanPham.GetChiTietGiamGia(id_save)));
 }