public string addItem(string name, int age) { SQLConnection sqlconnect = new SQLConnection(); return(JsonConvert.SerializeObject(sqlconnect.AddLists(name, age))); }