public LocationTelemetryCEN(ILocationTelemetryCAD _ILocationTelemetryCAD)
 {
     this._ILocationTelemetryCAD = _ILocationTelemetryCAD;
 }
 public LocationTelemetryCEN()
 {
     this._ILocationTelemetryCAD = new LocationTelemetryCAD();
 }