private bool CsvExists(int id) { return(_csvRepository.IsAny(id)); }
public bool IsAny(int id) { return(_csvRepository.IsAny(id)); }