public async Task DeletePersonaByIdAsync(int id)
 {
     await _personaRepository.DeletePersonaByIdAsync(id);
 }