public Arc(ArcType type, Digit owner)
 {
     Type  = type;
     Owner = owner;
 }