public string GetAttributeValue()
 {
     return($"{TopLeft.GetAttributeValue()},{BottomRight.GetAttributeValue()}");
 }