public void TearDown()
 {
     _dataframe = null;
 }
 public void SetUp()
 {
     _dataframe = new DataFrame();
 }