public static DataTable TimNCP(string makh)
        {
            NgCPmodel ng = new NgCPmodel();

            return(ng.timkiemNCP(makh));
        }