public Task <int> AddNoMatchKeyWords(NoMatchKeywordsEntity entity)
 {
     return(repo.InsertAsync(entity));
 }
 public Task <int> UpdateNoMatch(NoMatchKeywordsEntity entity)
 {
     return(repo.UpdateAsync(entity));
 }