public static string NormilizeCnpj(string cnpj) { try { return(Cnpj.NormilizeCnpj(cnpj)); } catch (Exception e) { throw e; } }