public void update(ModelCustomer MC)
        {
            if (MC == null) return;

            DLCustomer DC = new DLCustomer();
            DC.update(MC);
        }