public Result<bool> deleteKhoa(string ma)
 {
     Khoa_ctrl temp = new Khoa_ctrl();
     return temp.delete_khoa(ma);
 }