public IEnumerable <FilmeDomain> Listar()
 {
     return(filmeRepository.ListarTodos());
 }