public bool AddNewFile(string path)
 {
     return(_csvDataSource.AddNewFile(path));
 }