public MRCnnController(IMRCnnModel mrcnn)
 {
     this.mrcnn = mrcnn;
 }
 public MRCnnHostedService(IMRCnnModel mrcnn)
 {
     this.mrcnn = mrcnn;
 }