public static DataTable Buscar(string Valor) { D_Usuarios Datos = new D_Usuarios(); return(Datos.Buscar(Valor)); }