public List <int> GetColumnIds() { return(string.IsNullOrEmpty(ColumnIds) ? new List <int>() : ColumnIds.Split('#').Select(int.Parse).ToList()); }