public SearchController(IApplicationTransferMethods db)
 {
     this.db = db;
 }
 public TrainWebApiController(IApplicationTransferMethods db, IApplicationMongoMethods mongodb)
 {
     this.db = db;
     this.db = db;
 }
 public AdminController(IApplicationSqlMethods ctx, IApplicationMongoMethods mongo, IApplicationTransferMethods transfer)
 {
     this.ctx      = ctx;
     this.mongo    = mongo;
     this.transfer = transfer;
 }