public async Task <List <Obra> > GetObrasByIdTeatro(int idTeatro)
 {
     return(await _obraRepository.GetObrasByIdTeatro(idTeatro));
 }