public IActionResult Delete(int?id) { var obj = _filmeService.EncontrarPorId(id.Value); return(View(obj)); }