public AuthRepository(TodoContext context)
 {
     this._context     = context;
     this._objSecurity = new RijndaelAlgorithm();
     this._objConf     = new ConfiguracionRepository(this._context);
 }
 public UserRepository(TodoContext context)
 {
     this._context = context;
     this._objConf = new ConfiguracionRepository(this._context);
 }