public async Task <bool> DeletePreguntaAsync(int idPregunta)
 {
     return(await leccionRepository.DeletePreguntaAsync(idPregunta));
 }