public List <RelationshipDTO> getAll()
 {
     return(relationshipDAO.getAllRelation());
 }