public Profile(string userName, int imageId) { UserName = userName; ImageData = ImageDB.Read(imageId); }