public ActionResult XoaNhaCungCap(int idNCC)
        {
            INhaCungCapService service = new NhaCungCapService();

            service.XoaNCC(baseAddress, $"nhacungcap/delete?idNCC={idNCC}");
            return(RedirectToAction("DanhSachNhaCungCap"));
        }