public List <TestDTO> StudentResult(string uname) { MyDBService ser = new MyDBService(); return(ser.StudentResults(uname)); }