public List <Cliente> RetornarClientes() { var repositoryCliente = new RepositoryCliente(); return(repositoryCliente.RetornarClientes()); }