public IEnumerable <Empresa> ConsultaByRazaoSocial(string name) { return(_empresaAppService.ConsultaByRazaoSocial(name)); }