public List<CompositeOf> getAllRelations()
 {
     var CompositeOfDAL = new CompositeOfDAL(testing);
     return CompositeOfDAL.getAllRelations();
 }