public Result<bool> insertKhoa(string ma, string ten, string dc, string dthoai)
 {
     Khoa_ctrl temp = new Khoa_ctrl();
     return temp.insert_khoa(new Khoa_ett(ma, ten, dc, dthoai));
 }