public int CompareTo(QuestionCategory other) { return(other == null ? 1 : CategoryId.CompareTo(other.CategoryId)); }