public void IsEmptyTest()
 {
     Dictionary.Empty();
     Assert.True(Dictionary.IsEmpty());
 }