public override void Open()
 {
     if (DelegatedConnection.State == ConnectionState.Closed)
     {
         DelegatedConnection.Open();
     }
 }