public static ArtworkData[] GetDataRecords(int UserID) { List<ArtworkData> records = Database.GetArtworkByUser(userId); return records.ToArray(); }