public Spartan_Attribute_Control_TypeController(ISpartan_Attribute_Control_TypeService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, ISpartan_Attribute_Control_TypeApiConsumer Spartan_Attribute_Control_TypeApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._ISpartan_Attribute_Control_TypeApiConsumer = Spartan_Attribute_Control_TypeApiConsumer;
     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_Attribute_Control_TypeController(ISpartan_Attribute_Control_TypeService service)
 {
     this.service     = service;
     baseApi          = ConfigurationManager.AppSettings["DBBaseURL"].ToString();
     ApiControllerUrl = "api/Spartan_Attribute_Control_Type";
 }