//metodo mostrar
        public static DataTable Mostrar()
        {
            DTipo_Cliente Obj = new DTipo_Cliente();

            return(Obj.Mostrar());
        }