Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.
Usually in my ImageManager class I'll store all the images as an array, then when I go to draw everything I call imageManager.Draw(); in main (or wherever), and it does a for loop through every index of the array, drawing each.