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

            ng.deleteNCP(nguoi);
        }