// DELETE api/<controller>/5 public int Delete(int id) { TList myList = new TList(); myList.DeleteList(id); return(id); }