public List <string> GetAllSwearwords()
 {
     return(context.GetAllSwearword());
 }