public bool UpdateSignal(int id, BlockInstrumentAsset asset)
 {
     return(this.AssetService.UpdateAsset(id, asset));
 }
 public int AddSignal(BlockInstrumentAsset asset)
 {
     return(this.AssetService.CreateAsset(asset));
 }