public SortModel(int columnIndex, int priority, string fieldName, string sort) { this.Priority = priority; this._columnIndex = columnIndex; this.FieldName = fieldName; this._sortDirection = SortDirection.Parse(sort); }