public List <Pelicula> ListPeliculas()
 {
     return(_peliculaRepository.ListPeliculas());
 }