public void DeleteRows(Dictionary <string, List <IValidator> > conditions)
 {
     _fileWorker.DeleteRows(Table, conditions);
 }