public static bool Update(WordReplaceInfo wordReplaceInfo)
 {
     return(dal.Update(wordReplaceInfo));
 }