public IActionResult Listarr()
 {
     return(Ok(estudioRepository.Listarr()));
 }