/// <summary>
 /// Creates a network from a string representation
 /// </summary>
 public Network(List <String> lines)
 {
     ANNIO.FromStringRepresentation(this, lines);
     NetworkUniqueIdGenerator++;
 }