public List <TestDTO> AllTest(int uid) { MyDBService ser = new MyDBService(); return(ser.AllTest(uid)); }