public int DeleteKeyword(int id) { Keyword keyword = new Keyword(); return(keyword.DeleteKeyword(id)); }