public List <Filme> GetAllToSelect()
 {
     return(filmeRepository.GetAllToSelect().OrderBy(o => o.Nome).ToList());
 }