public Entrada Get(long id)
 {
     return(entradaRepository.Get(id));
 }