public IQueryable <Pelicula> ReadAll()
 {
     return(peliculaRepository.ReadAll());
 }