public bool DoesContainsAtLeastOneRecord(int wordSuiteId)
 {
     return(_service.DoesContainsAtLeastOneRecord(wordSuiteId));
 }