public HashST2Dictionary()
 {
     hashST2 = new HashST2 <Key, Value>();
 }
 public HashST2Dictionary(int M)
 {
     hashST2 = new HashST2 <Key, Value>(M);
 }