public Result<List<Khoa_ett>> selectByPagingKhoa(int current_page)
 {
     Khoa_ctrl temp = new Khoa_ctrl();
     return temp.select_by_paging_khoa(current_page);
 }