public int GetIdCliente() { string telefono = "111"; return(clientesRepository.GetIdCliente(telefono)); }