public static void addNCP(NgCPobject nguoi)
        {
            NgCPmodel ng = new NgCPmodel();

            ng.addNCP(nguoi);
        }