public ActionResult Destroy()
 {
     WordSentence.ClearAll();
     return(View());
 }