private async Task <bool> ExisteNaBase(int id)
 {
     return(await repository.ExisteAsync(id));
 }