public List <Keyword> GetAllKeywords() { Keyword keyword = new Keyword(); return(keyword.GetAllKeywords()); }