public ActionResult Index()
        {
            List <WordSentence> wordSentenceList = WordSentence.GetAll();

            return(View(wordSentenceList));
        }