public void TearDown()
 {
     dpc = null;
 }
 public void SetUp()
 {
     dpc = new DatePatternConverter();
 }