public IEnumerable <ICliente> ProcurarClientes(dynamic nome) { return(_clienteServices.ProcurarClientes(nome)); }