Domain model
                        The Domain Model is the representation of real-situation conceptual classes
                        that compose the software. 
                        The team analyzed the concrete entities and the relationships among them which could satisfy the
                        requirements identified during the requirements analysis phase.
                    
                    
                    These entities and their relationships would later be the starting point of the implementation to complete the application in its entirety.