public Result<List<Khoa_ett>> selectAllKhoa()
 {
     Khoa_ctrl temp = new Khoa_ctrl();
     return temp.select_all_khoa();
 }