public void RaiseNotifications(TransformerChangeNotification obj)
 {
     Database.TransportState.Send(obj);
 }
 public void Send(TransformerChangeNotification transformerChangeNotification)
 {
     OnTransformerChangeNotification?.Invoke(transformerChangeNotification);
 }