public Result<List<Khoa_ett>> selectByFieldsKhoa(string inputName, string how)
 {
     Khoa_ctrl temp = new Khoa_ctrl();
     return temp.select_by_fields(inputName, how);
 }