public void Dispose()
 {
     if (DA != null)
     {
         DA = null;
     }
 }
 public BLParametro()
 {
     DA = new DAParametro();
 }