// GET api/<controller> public IEnumerable <TList> Get() { TList myList = new TList(); return(myList.GetLists()); }