public List <string> fill(int id) { dbwork obj = new dbwork(); List <string> l = obj.fill(id); return(l); }