public Spartan_BR_ScopeController(ISpartan_BR_ScopeService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, ISpartan_BR_ScopeApiConsumer Spartan_BR_ScopeApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer   = authenticationApiConsumer;
     this._ISpartan_BR_ScopeApiConsumer = Spartan_BR_ScopeApiConsumer;
     this._userCredential            = SessionHelper.UserCredential;
     this._tokenManager              = tokenManager;
     this._ISpartane_FileApiConsumer = Spartane_FileApiConsumer;
 }
 //TODO: Global Data y Data Rerence tienen que estar en un controlador base
 public Spartan_BR_ScopeController(ISpartan_BR_ScopeService service)
 {
     this.service     = service;
     baseApi          = ConfigurationManager.AppSettings["DBBaseURL"].ToString();
     ApiControllerUrl = "api/Spartan_BR_Scope";
 }