public List <CONFIGURACAO_ASSOCIACAO> GetAllAssociacoes(Int32 id)
 {
     return(_baseService.GetAllAssociacoes(id));
 }