public BL_Feriados(DateTime DATA, string NOME)
 {
     ObjDA     = new DA_Feriados();
     this.DATA = DATA;
     this.NOME = NOME;
 }
 public BL_Feriados()
 {
     ObjDA = new DA_Feriados();
 }