public Spartan_BR_Operator_TypeController(ISpartan_BR_Operator_TypeService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, ISpartan_BR_Operator_TypeApiConsumer Spartan_BR_Operator_TypeApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_BR_Presentation_Control_TypeApiConsumer Spartan_BR_Presentation_Control_TypeApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer           = authenticationApiConsumer;
     this._ISpartan_BR_Operator_TypeApiConsumer = Spartan_BR_Operator_TypeApiConsumer;
     this._userCredential            = SessionHelper.UserCredential;
     this._tokenManager              = tokenManager;
     this._ISpartane_FileApiConsumer = Spartane_FileApiConsumer;
     this._ISpartan_BR_Presentation_Control_TypeApiConsumer = Spartan_BR_Presentation_Control_TypeApiConsumer;
 }
 //TODO: Global Data y Data Rerence tienen que estar en un controlador base
 public Spartan_BR_Operator_TypeController(ISpartan_BR_Operator_TypeService service)
 {
     this.service     = service;
     baseApi          = ConfigurationManager.AppSettings["DBBaseURL"].ToString();
     ApiControllerUrl = "api/Spartan_BR_Operator_Type";
 }