public static bool EmpresaValida(string cnpj) { DataCadastros obj = new DataCadastros(); obj.Cnpj = cnpj; return(obj.EmpresaValida(obj)); }