public IEnumerable <TeamList> Get() { DBtools dbt = new DBtools(); return(dbt.GetDataTeamList()); //return new string[] { "value1", "value2" }; }