public IEnumerable <Vendedor> GetVendedorByEmpresa(string empresa, string nome) { return(_service.GetVendedorByEmpresa(empresa, nome)); }