public ActionResult ChuanBiSuaNhaCungCap(int idNCC)
        {
            INhaCungCapService service = new NhaCungCapService();
            NhaCungCapModel    model   = service.GetNCCById(baseAddress, $"nhacungcap/getById?idNCC={idNCC}");

            return(View(model));
        }