public DalManager()
 {
     typeBDD = _typeBDD.SQL;
     if(typeBDD==_typeBDD.SQL){
         usingDal = new DALSqlServer();
     }
 }
 public DalManager()
 {
     typeBDD = _typeBDD.SQL;
     if (typeBDD == _typeBDD.SQL)
     {
         usingDal = new DALSqlServer();
     }
 }