public void ProcessarArquivoCSV(string filePath)
 {
     _moviesService.BulkCopy(filePath);
 }