// GET: Inventory/ExportExcel
 public ActionResult ExportPhieuXuatKho()
 {
     return(View(db.GetAll_KhachHang()));
 }