public void Dispose()
 {
     if (DA != null)
     {
         DA = null;
     }
 }
 public BLMoneda()
 {
     DA = new DAMoneda();
 }