public IActionResult Editar(string nome, int id)
 {
     GeneroRepositorio.Editar(id, nome);
     return(Ok());
 }