public Result<List<Diem_ett>> selectAllDiem()
 {
     Diem_ctrl temp = new Diem_ctrl();
     return temp.select_all_diem();
 }