I have the following class structure and matching database structure that I'm trying to map. I have a design class that contains a list of elements. There can be 3 different types of elements: text, shape and image. I use an abstract class to maintain the...