public IActionResult ListarAulas()
 {
     return(Ok(AulaRepository.Listar()));
 }