public Filme AdicionarFilme(Filme filme)
 {
     return(filmeRepository.AdicionarFilme(filme));
 }