public VideoEquipmentController(IVideoEquipmentApplicationService service)
 {
     this._service = service;
 }
 public WebJJobUpdateStatusVideoController(IVideoEquipmentApplicationService service)
 {
     this._service = service;
 }