public Result<List<SinhVien_ett>> selectByFieldsSinhVien(string inputName, string how)
 {
     SinhVien_ctrl temp = new SinhVien_ctrl();
     return temp.select_by_fields(inputName, how);
 }