public List <DepartmentDocumentSearchResponse> BasicSearch(string keyword)
 {
     return(_searchRepository.BasicSearch(keyword));
 }