public string Nome_por_Cnpj(string cnpj) { Sistema_Data obj = new Sistema_Data(_connection); return(obj.Nome_por_Cnpj(cnpj)); }