public bool Condition2(StudentUser su) { return(su.ClassId == 2); }
public bool Condition1(StudentUser su) { return(su.Age > 25); }